home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / mac / MACF / MGER.DIR / 00341_Script_341 < prev    next >
Text File  |  1995-10-10  |  396b  |  22 lines

  1. on enterFrame
  2.   MovieOver
  3.   UNLOADCAST
  4. end
  5.  
  6. on exitFrame
  7.   global Introd,LastFrameH
  8.   
  9.   if Introd = TRUE then
  10.     set Introd = FALSE
  11.     go "Options"
  12.     puppetSprite 48,TRUE
  13.     set the visible of sprite 48 to FALSE
  14.     puppetSprite 48,FALSE
  15.   else
  16.     go LastFrameH
  17.     puppetSprite 48,TRUE
  18.     set the visible of sprite 48 to FALSE
  19.     puppetSprite 48,FALSE
  20.   end if
  21. end
  22.